projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e98f04
)
* lisp/isearch.el (search-default-regexp-mode): change default value
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Tue, 10 Nov 2015 13:04:02 +0000
(13:04 +0000)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Tue, 10 Nov 2015 13:04:31 +0000
(13:04 +0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index b762884945ee28241a20876e6f4e7d2974a11d89..9f8ba8d8d7b48795338b87f3ea12401d1faa726e 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-218,7
+218,7
@@
Default value, nil, means edit the string instead."
(autoload 'character-fold-to-regexp "character-fold")
-(defcustom search-default-regexp-mode
nil
+(defcustom search-default-regexp-mode
#'character-fold-to-regexp
"Default mode to use when starting isearch.
Value is nil, t, or a function.